home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / BRODIE / AUTODNS_ / ReadMe1st < prev   
Text File  |  1996-06-26  |  3KB  |  81 lines

  1.  
  2. AutoDNS
  3.  
  4. Copyright & Disclaimer
  5. ----------------------
  6.  
  7. This program is copyright (C) Stewart Brodie, 1996.
  8.  
  9. The author accepts no liability for any damage or loss of any kind incurred,
  10. or allegedly incurred, by the use, or misuse, of this software.  The program
  11. may do its absolute best to ensure that the data returned is accurate, but
  12. you use the information at your own risk.
  13.  
  14. Having said all that, I do want people to use it and find any problems.  I'm
  15. afraid that some people's attitude make all those disclaimers necessary.  For
  16. normal usage, there shouldn't be any problem, and the program tries very hard
  17. indeed to give you the correct information.
  18.  
  19. Syntax
  20. ------
  21.  
  22. autodns <domain> <[server1] <[server2] ... >>
  23.  
  24. This program searches the Domain Name System (DNS) for the authority nameservers
  25. for the given <domain>.  It does not require any configuration files to be set up
  26. (not even resconf) in order to do so, as it has built-in knowledge of the internet
  27. root nameservers and recursively searches for the answer from those starting
  28. points.
  29.  
  30.  
  31. Sample output from "autodns demon.co.uk"
  32.  
  33. --Start quote
  34. AutoDNS (C) Stewart Brodie, Jun 26 1996
  35.  
  36. Searching for nameservers for `demon.co.uk.'
  37. Trying 198.41.0.4 (a.root-servers.net)
  38. Trying 128.86.8.25 (SUN.MHS-RELAY.AC.UK)
  39. I found 3 authority nameservers (in no particular order):
  40.   158.152.1.65   (ns0.demon.co.uk)
  41.   158.152.1.193   (ns1.demon.co.uk)
  42.   154.32.105.34   (SEC1.DNS.UK.PSI.NET)
  43. This program makes no guarantees about the correctness
  44. or otherwise of the information provided.
  45. --End quote
  46.  
  47. Now as you can see, these are NOT the correct customer nameservers for
  48. Demon customers.  However, it would get them up & running with a working
  49. DNS configuration.  (Of course Acornet is aware of the correct nameservers
  50. to use).
  51.  
  52. Hostname lookups
  53. ----------------
  54.  
  55. When IP addresses are printed, hostnames accompany them where available.  The
  56. availability of hostnames is incidental (they are cached from the NS records)
  57. and no specific lookup is performed to resolve the name of a unnamed host.
  58.  
  59.  
  60. Firewalled sites
  61. ----------------
  62.  
  63. This won't work on sites which are firewalled from the Internet root servers.
  64. I may add a facility to search for local nameservers on Ethernet networks.
  65.  
  66. Security concerns
  67. -----------------
  68.  
  69. This program is vulnerable to IP address spoofing.  It trusts information it
  70. receives from machines in the root-servers.net domain absolutely, and trusts
  71. any machines to which it is referred by root-servers.net.  However, any such
  72. attacks are not spread to the rest of the system, since the program talks
  73. directly to each server involved, and only asks that server for information
  74. for which it is the authoriy (except for root-servers.net)
  75.  
  76. Any incorrect information returned by spoofing hosts will be discarded when
  77. the program exits and won't be cached by any other servers.
  78.  
  79.  
  80. --END
  81.